home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital … Kit (Europe) (En,Fr,De) / Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin / mac / EIDOSSS.CST / 00077_Script_77 < prev    next >
Text File  |  1997-04-30  |  467b  |  27 lines

  1. on exitFrame
  2.   
  3.   set the visibility of sprite 4 to 1
  4.   set the visibility of sprite 5 to 0
  5.   set the visibility of sprite 39 to 0
  6.   set the visibility of sprite 40 to 0
  7.   set the visibility of sprite 46 to 1
  8.   
  9.   global lan
  10.   if lan = "e" then
  11.     go to frame "ed"
  12.   else
  13.     nothing
  14.   end if
  15.   
  16.   if lan = "f" then
  17.     go to frame "fd"
  18.   else
  19.     nothing
  20.   end if
  21.   
  22.   if lan = "g" then
  23.     go to frame "gd"
  24.   else
  25.     nothing
  26.   end if
  27. end